func context.parentCancelCtx
3 uses
context (current package)
context.go#L382: func parentCancelCtx(parent Context) (*cancelCtx, bool) {
context.go#L404: p, ok := parentCancelCtx(parent)
context.go#L491: if p, ok := parentCancelCtx(parent); ok {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)